home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_1 / ac60950.zip / RESOURCE.DOC < prev    next >
Text File  |  1992-08-07  |  3KB  |  67 lines

  1. Alpha Colony VI RESOURCE.DAT file 
  2.  
  3. What is RESOURCE.DAT?  RESOURCE.DAT is a file which can be used in replacement
  4. of many of the standard command line parameters, as well as for extended
  5. features.  Command Line parameters WILL override any RESOURCE.DAT settings.
  6.  
  7. The Format of the RESOURCE.DAT file is:
  8. item setting
  9. item setting
  10. ...
  11.  
  12. Where item refers to the config option such as "LockedBaud" and setting
  13. refers to the parameter such as "19200".  If any strings with multiple
  14. words are used, they must be enclosed in double quotes("hello all").  Valid
  15. Boolean Values include:
  16. FALSE        TRUE
  17. OFF          ON
  18. 0            1
  19. F            T
  20. NO           YES
  21.  
  22. Any of these may be used for any boolean flags on parameters.
  23.  
  24. Comments in the file are used by including a ; at the beginning of the line.
  25. ; This line is a comment.
  26.  
  27. ----------------------------------------------------------------------------
  28. CheckTimeLimit : Boolean        DEFAULT: TRUE
  29.   If you would like BRE to not check time limits, this must be set to FALSE.
  30.   The Door File is assumed to contain the MINUTES left.  If your BBS creates
  31.   a door file with time in SECONDS, please see the next option.
  32. ----------------------------------------------------------------------------
  33.  
  34. ----------------------------------------------------------------------------
  35. TimeLimitSeconds : Boolean      DEFAULT: FALSE
  36.   If your door file sets the time left value in SECONDS, please set this
  37.   boolean to TRUE.
  38. ----------------------------------------------------------------------------
  39.  
  40. ----------------------------------------------------------------------------
  41. LockedBaud : Number             DEFAULT: 0
  42.   If you use a Locked Baud rate, set this value to the locked baud rate,
  43.   otherwise, this option is unnecessary.  Value of 0 is treated as no locked
  44.   baud also.
  45. ----------------------------------------------------------------------------
  46.  
  47. ----------------------------------------------------------------------------
  48. ComN : Comport Description      DEFAULT: none
  49.     You can set COM1 - COM8's parameters (base address and IRQ level) with
  50.     these resources.  For example,
  51.         Com5          $3E8,5
  52.     would set up COM5 to run on IRQ 5 at base address hex 3E8.  Be sure
  53.     not to put a space before or after the comma.
  54. ----------------------------------------------------------------------------
  55.  
  56. ----------------------------------------------------------------------------
  57. SpecialEffects : Boolean        DEFAULT: TRUE
  58.   If you would like Special Effects turned OFF (for Locked Baud Rates and
  59.   modems with large buffers, ie. High Speed Modems), set this to false.
  60. ----------------------------------------------------------------------------
  61.  
  62. ----------------------------------------------------------------------------
  63. Local : Boolean                 DEFAULT: FALSE
  64.   If you wish to force local play at all times, set this to TRUE.
  65. ----------------------------------------------------------------------------
  66.  
  67.